[INFO] cloning repository https://github.com/EasternGamer/hyper_byte
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EasternGamer/hyper_byte" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEasternGamer%2Fhyper_byte", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEasternGamer%2Fhyper_byte'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2b2cf5c63f2640462c2cd66cb8e16778816990ad
[INFO] fixing EasternGamer/hyper_byte against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEasternGamer%2Fhyper_byte" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EasternGamer/hyper_byte
[INFO] finished tweaking git repo https://github.com/EasternGamer/hyper_byte
[INFO] tweaked toml for git repo https://github.com/EasternGamer/hyper_byte written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EasternGamer/hyper_byte on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EasternGamer/hyper_byte already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4f2e217ec223af83339c279080e46f5327870efc2a07c5b7491c5a65806d6b42
[INFO] running `Command { std: "docker" "start" "4f2e217ec223af83339c279080e46f5327870efc2a07c5b7491c5a65806d6b42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4f2e217ec223af83339c279080e46f5327870efc2a07c5b7491c5a65806d6b42" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f2e217ec223af83339c279080e46f5327870efc2a07c5b7491c5a65806d6b42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4f2e217ec223af83339c279080e46f5327870efc2a07c5b7491c5a65806d6b42" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking hyper_byte v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stdout] error[E0425]: cannot find function `read_f16_be` in this scope
[INFO] [stdout]     --> src/lib.rs:1977:39
[INFO] [stdout]      |
[INFO] [stdout]  301 | pub unsafe fn read_i16_be(bytes: &[u8]) -> i16 {
[INFO] [stdout]      | ---------------------------------------------- similarly named function `read_i16_be` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1977 |         let float16_result = unsafe { read_f16_be(&float16_array) };
[INFO] [stdout]      |                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:483:15
[INFO] [stdout]      |
[INFO] [stdout]  449 | #[cfg(feature = "half")]
[INFO] [stdout]      |       ---------------- the item is gated behind the `half` feature
[INFO] [stdout] ...
[INFO] [stdout]  483 | pub unsafe fn read_f16_be(bytes: &[u8]) -> f16 {
[INFO] [stdout]      |               ^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1977 -         let float16_result = unsafe { read_f16_be(&float16_array) };
[INFO] [stdout] 1977 +         let float16_result = unsafe { read_i16_be(&float16_array) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_f16_le` in this scope
[INFO] [stdout]     --> src/lib.rs:1988:39
[INFO] [stdout]      |
[INFO] [stdout]  843 | pub unsafe fn read_i16_le(bytes: &[u8]) -> i16 {
[INFO] [stdout]      | ---------------------------------------------- similarly named function `read_i16_le` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1988 |         let float16_result = unsafe { read_f16_le(&float16_array) };
[INFO] [stdout]      |                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:1025:15
[INFO] [stdout]      |
[INFO] [stdout]  991 | #[cfg(feature = "half")]
[INFO] [stdout]      |       ---------------- the item is gated behind the `half` feature
[INFO] [stdout] ...
[INFO] [stdout] 1025 | pub unsafe fn read_f16_le(bytes: &[u8]) -> f16 {
[INFO] [stdout]      |               ^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1988 -         let float16_result = unsafe { read_f16_le(&float16_array) };
[INFO] [stdout] 1988 +         let float16_result = unsafe { read_i16_le(&float16_array) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_f16_ne` in this scope
[INFO] [stdout]     --> src/lib.rs:1999:39
[INFO] [stdout]      |
[INFO] [stdout] 1385 | pub unsafe fn read_i16_ne(bytes: &[u8]) -> i16 {
[INFO] [stdout]      | ---------------------------------------------- similarly named function `read_i16_ne` defined here
[INFO] [stdout] ...
[INFO] [stdout] 1999 |         let float16_result = unsafe { read_f16_ne(&float16_array) };
[INFO] [stdout]      |                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> src/lib.rs:1567:15
[INFO] [stdout]      |
[INFO] [stdout] 1533 | #[cfg(feature = "half")]
[INFO] [stdout]      |       ---------------- the item is gated behind the `half` feature
[INFO] [stdout] ...
[INFO] [stdout] 1567 | pub unsafe fn read_f16_ne(bytes: &[u8]) -> f16 {
[INFO] [stdout]      |               ^^^^^^^^^^^
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1999 -         let float16_result = unsafe { read_f16_ne(&float16_array) };
[INFO] [stdout] 1999 +         let float16_result = unsafe { read_i16_ne(&float16_array) };
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_f16_be` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2124:38
[INFO] [stdout]      |
[INFO] [stdout] 2124 |                 float16: fast_reader.read_f16_be(),
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `read_i16_be` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2124 -                 float16: fast_reader.read_f16_be(),
[INFO] [stdout] 2124 +                 float16: fast_reader.read_i16_be(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_f16_ne` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2145:38
[INFO] [stdout]      |
[INFO] [stdout] 2145 |                 float16: fast_reader.read_f16_ne(),
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `read_i16_ne` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2145 -                 float16: fast_reader.read_f16_ne(),
[INFO] [stdout] 2145 +                 float16: fast_reader.read_i16_ne(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_f16_le` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2166:38
[INFO] [stdout]      |
[INFO] [stdout] 2166 |                 float16: fast_reader.read_f16_le(),
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `read_i16_le` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2166 -                 float16: fast_reader.read_f16_le(),
[INFO] [stdout] 2166 +                 float16: fast_reader.read_i16_le(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_f16_be` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2187:20
[INFO] [stdout]      |
[INFO] [stdout] 2187 |             stream.write_f16_be(self.float16);
[INFO] [stdout]      |                    ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `write_i16_be` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2187 -             stream.write_f16_be(self.float16);
[INFO] [stdout] 2187 +             stream.write_i16_be(self.float16);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_f16_le` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2209:20
[INFO] [stdout]      |
[INFO] [stdout] 2209 |             stream.write_f16_le(self.float16);
[INFO] [stdout]      |                    ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `write_i16_le` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2209 -             stream.write_f16_le(self.float16);
[INFO] [stdout] 2209 +             stream.write_i16_le(self.float16);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `write_f16_ne` found for mutable reference `&mut T` in the current scope
[INFO] [stdout]     --> src/lib.rs:2231:20
[INFO] [stdout]      |
[INFO] [stdout] 2231 |             stream.write_f16_ne(self.float16);
[INFO] [stdout]      |                    ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `write_i16_ne` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2231 -             stream.write_f16_ne(self.float16);
[INFO] [stdout] 2231 +             stream.write_i16_ne(self.float16);
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `skip_f16` found for struct `FastByteReader<'reader>` in the current scope
[INFO] [stdout]     --> src/lib.rs:2477:16
[INFO] [stdout]      |
[INFO] [stdout] 2477 |         reader.skip_f16();
[INFO] [stdout]      |                ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/reader.rs:16:1
[INFO] [stdout]      |
[INFO] [stdout]   16 | pub struct FastByteReader<'reader> {
[INFO] [stdout]      | ---------------------------------- method `skip_f16` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `skip_i16` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2477 -         reader.skip_f16();
[INFO] [stdout] 2477 +         reader.skip_i16();
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_f16_ne` found for struct `FastByteReader<'reader>` in the current scope
[INFO] [stdout]     --> src/lib.rs:2478:49
[INFO] [stdout]      |
[INFO] [stdout] 2478 |         assert_eq!(f16::from_f32(323.0), reader.read_f16_ne());
[INFO] [stdout]      |                                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/reader.rs:16:1
[INFO] [stdout]      |
[INFO] [stdout]   16 | pub struct FastByteReader<'reader> {
[INFO] [stdout]      | ---------------------------------- method `read_f16_ne` not found for this struct
[INFO] [stdout]      |
[INFO] [stdout] help: there is a method `read_i16_ne` with a similar name
[INFO] [stdout]      |
[INFO] [stdout] 2478 -         assert_eq!(f16::from_f32(323.0), reader.read_f16_ne());
[INFO] [stdout] 2478 +         assert_eq!(f16::from_f32(323.0), reader.read_i16_ne());
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyper_byte` (lib test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "4f2e217ec223af83339c279080e46f5327870efc2a07c5b7491c5a65806d6b42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f2e217ec223af83339c279080e46f5327870efc2a07c5b7491c5a65806d6b42", kill_on_drop: false }`
[INFO] [stdout] 4f2e217ec223af83339c279080e46f5327870efc2a07c5b7491c5a65806d6b42
